Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changes to remove unwanted calculations #19

Merged
merged 22 commits into from
Aug 14, 2024

Conversation

anupsv
Copy link
Collaborator

@anupsv anupsv commented Jul 28, 2024

Fixing kzg calculations and removing unwanted things and aligning the remaining of the data with the data formatting.

@@ -51,7 +51,7 @@ pub fn prove_kzg_preimage_bn254(
let blob_commitment = kzg.commit(&blob_polynomial_evaluation_form)?;

let mut commitment_bytes = Vec::new();
blob_commitment.serialize_uncompressed(&mut commitment_bytes)?;
blob_commitment.serialize_uncompressed(&mut commitment_bytes)?; // why uncompressed ?
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

arbitrator/prover/src/kzgbn254.rs Outdated Show resolved Hide resolved
arbitrator/prover/src/kzgbn254.rs Show resolved Hide resolved
@anupsv anupsv changed the base branch from switch-srs-to-mainnet-srs to eigenda-v3.0.3 August 7, 2024 21:52
arbitrator/prover/src/kzgbn254.rs Outdated Show resolved Hide resolved
@anupsv anupsv requested a review from epociask August 13, 2024 18:46
@epociask epociask merged commit fe3b113 into eigenda-v3.0.3 Aug 14, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants